CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - vc matlab 混合编程

搜索资源列表

  1. VC++andMatlab

    1下载:
  2. 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-many engineering software necessary to use complex mathematical algorit
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:105013
    • 提供者:徐凯
  1. matlabc123

    0下载:
  2. VC++与Matlab混合编程的快速实现 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。 关键词: Matlab VC++ MCC Complier 动态链接库D-VC and Matlab for the rapid realization of the paper discusses how to use the Matlab Co. m *. mpli
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:104953
    • 提供者:李艷
  1. matlab-vc-matlab

    0下载:
  2. 几篇matlab和vc混合编程的文章合集,如有使用混合编程的,可以作为参考-few Matlab and vc mixed programming Collection of articles, if the use of the mixed programming, it can serve as a reference
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1240581
    • 提供者:李辙
  1. VC_and_MATLAB_and_fft

    0下载:
  2. VC++与MATLAB混合编程及其应用。本文详述了在VC++6.0编译环境下如何利用Matlab来实现应用系统的设计和分析,介绍了通过Matlab与VC应用程序连接的常用方法,分析了VC与Matlab的混合编程的步骤,最后通过一个具体实例的实现过程对上述方法进行了应用性介绍。
  3. 所属分类:软件工程

    • 发布日期:2014-01-16
    • 文件大小:5736
    • 提供者:六月的雨
  1. matlab_vc_example

    0下载:
  2. 现在要实现VC与MATLAB混编的方法有好几种,而其中最方便高效的为使用MATCOM,MATCOM因其可视化界面,方便丰富的调试功能以及对数学库的强大支持,尤其是可以直接在VC中实现可视化编程,并能将.m文件编译成相应C++程序,受到愈来愈多工程技术人员的重视。通过VisualMatcom实现混合编程,既保持了MATLAB的优良算法,又保证了c++的高执行效率。本文所使用的是VC6与MATCOM4.5
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6549
    • 提供者:高一
  1. VC_Matlab

    1下载:
  2. 在分析Visual C++和Matlab各自特点的基础上,提出了混合编程的几种方法,对VC++利用Matlab数学库和图形库进行应用程序开发,并对在VC++环境下嵌入mcc命令在Matlab环境中转变的C++程序代码作了详细介绍。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:162179
    • 提供者:任飞
  1. VC++matlab

    0下载:
  2. VC++与Matlab混合编程的快速实现,这样可以有效利用matlab的便捷及c代码的速度。
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:105032
    • 提供者:李谷
  1. VC6_0_MATLAB7_x

    0下载:
  2.  VC + + 与MATLAB 混合编程,可以将VC 优秀的可视化编程能力和MATLAB 强大的计算能力结合起来。 分析了C 语言与MATLAB7. x 在接口的特点,详细介绍了VC + + 6. 0 与MATLAB7. x 混合编程的三种方法: MATLAB 引擎、MATLAB 编译器和MATLAB COM 编译器。比较分析了各种方法的适用范围,介绍了发布混编程序的方法。- Wit h t he combination of VC++ and MA TLAB , t he p ower
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:277730
    • 提供者:wang han
  1. mex_VC_Matlab

    0下载:
  2. 通过 mex 文件实现 VC 和 Matlab 的混合编程,可以作为参考-Mex file through VC++ and Matlab mix of programming, can be used as reference
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:406683
    • 提供者:flyingto
  1. VC_MATLAB2

    0下载:
  2. VC++60与MATLAB混合编程技术的原理与实现,值得一看的。-VC++60 mixed with the MATLAB programming and implementation of the principle, worth a visit.
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:373107
    • 提供者:flyingto
  1. VCMATLAB

    0下载:
  2. 关于VC++与Matlab混合编程的一些参考文献,很有参考价值-On VC++ and Matlab programming mix some reference, a good reference
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:951124
    • 提供者:wlf
  1. chazhi

    0下载:
  2. vb插值首先论述了VC和MATLAB各自的优缺点,然后提出了VC与MATLAB混合编程的三种方法。并详细阐述了如何通过基于动态链接库(DLL)实现VC和MATLAB混合编程的技术-vb interpolation first discusses the advantages and disadvantages of each VC and MATLAB, MATLAB and then propose a VC and three methods of mixed programming. De
  3. 所属分类:software engineering

    • 发布日期:2017-05-22
    • 文件大小:6672863
    • 提供者:xiaowei
  1. VCPPandMatlab

    0下载:
  2. 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该 文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-Many engineering software requires complex mathematical algorithm used
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:104944
    • 提供者:赵晖
  1. Matlab--and-VC

    0下载:
  2. 用于vc和matlab混合编程,提高效率-Used for vc and matlab mixing programming, improve efficiency
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:122581
    • 提供者:
  1. MATLAB-VCPP

    0下载:
  2. 出了基于MATLAB与VC++混合编程的仿真计算,采用混合编程的仿真计算极大地提高了编程效率,减少了系统资源的消耗。-A simulation based the MATLAB and VC++ hybrid programming, simulation of hybrid programming greatly improve programming efficiency, reduce the consumption of system resources.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:358482
    • 提供者:黄华
  1. VC_matlab_hybrid-programming

    0下载:
  2. vc和matlab混合编程资料,讲述了如何让配置文件,和其中遇到问题的解决办法-vc and matlab mixed programming information about how to make the configuration file, and which solutions to the problems encountered
  3. 所属分类:Project Design

    • 发布日期:2017-04-04
    • 文件大小:259272
    • 提供者:张文婷
  1. Matlab-code

    0下载:
  2. Matlab是一个很好的大型数值计算软件。解释型的程序执行、即时的调试窗口、高效的矩阵运算、丰富的工具箱,使它成为了数值计算和科研工作的必备软件。虽然Matlab具有众多的优势,可是它的程序却很难完全摆脱Matlab环境运行,在界面功能上也效率低下,这些缺点我们在使用Matlab的同时,不免担忧自己的成果不能方便地对外发布。对Matlab的运行方式进行了分析,之后提出了Matlab和VC高级语言之间混合编程的方法,以及Matlab程序独立打包和如何提高Matlab程序的界面运行效率的方法。 更多
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:129073
    • 提供者:王斌
  1. Matlab-and-VC

    0下载:
  2. vc 与 matlab的混合编程,关于调用,执行-VC AND MATLAB
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:3023817
    • 提供者:luwei
  1. Combination-Programming-for-MATLAB

    0下载:
  2. 1.LabVIEW与Matlab_Simulink混合编程方法及应用 2.MATLAB_VC 组合编程方法及其应用 3.MATLAB和LabVIEW混合编程及在控制系统中的应用 4.Matlab与C_C 混合编程技术研究 5.VC6.0与MATLAB7.x混合编程方法研究 6.探讨Matlab与VC 联合编程-these PDF introduced the Research on the Combination Programming for MATLAB and VC 、
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:2672946
    • 提供者:xhz
  1. VCPP-and-MATLAB-Programming-

    0下载:
  2. 论述了在 环境下如何充分利用 强大的数据分析处理和数学计算的功能进行混合编程的问题,以期达到简单、快速进行 VC++ 和Matlab软件开发的目的-In the environment discussed how to leverage the power of data analysis and processing functions and mathematical programming problems mixed in order to achieve the simple, fas
  3. 所属分类:Software Testing

    • 发布日期:2017-04-30
    • 文件大小:41957
    • 提供者:李创
« 12 »
搜珍网 www.dssz.com